Vcenter CertificateManagement Vcenter SigningCertificate SetSpec
The Vcenter CertificateManagement Vcenter SigningCertificate SetSpec schema contains data to set the active vCenter signing certificate.
This schema was added in vSphere API 7.0.3.0.
{
"signing_cert_chain": {
"cert_chain": [
"string"
]
},
"private_key": "string"
}
Signing certificate chain that the vCenter token service will actively use to sign tokens. The chain must include a valid certificate chain with the leaf cert marked for digital signature key usage.
This property was added in vSphere API 7.0.3.0.
The corresponding unencrypted PKCS#8 private key in base64-encoded PEM format.
Prefer #create (CSR) followed by #update so the private key is not transmitted over the network; sending the key in this field is only for backward compatibility.
This property was added in vSphere API 7.0.3.0.